home *** CD-ROM | disk | FTP | other *** search
- #
- # config.mk.in -- autoconf template for Vim on Unix vim:ts=8:sw=8:
- #
- # DO NOT EDIT config.mk!! Do not edit config.mk.in!! Edit Makefile and run
- # configure again. config.mk will be overwritten by configure.
- #
- # Configure does not edit the makefile directly. This method is not the
- # standard use of GNU autoconf, but it has two advantages:
- # a) The user can override every choice made by configure.
- # b) Modifications to the makefile are not lost when configure is run.
- #
- # I hope this is worth being nonstandard. jw.
-
- @SET_MAKE@
- CC = @CC@
- DEFS = @DEFS@
- CFLAGS = @CFLAGS@
- srcdir = @srcdir@
- VPATH = @srcdir@
- LDFLAGS = @LDFLAGS@
- LIBS = @LIBS@
- CTAGS = @CTAGS@
-
- CPP = @CPP@
- CPP_MM = @CPP_MM@
- X_CFLAGS = @X_CFLAGS@
- X_LIBS_DIR = @X_LIBS@
- X_PRE_LIBS = @X_PRE_LIBS@
- X_EXTRA_LIBS = @X_EXTRA_LIBS@
- X_LIBS = @X_LIB@
-
- ### Prefix for location of files
- PREFIX = @prefix@
- # to fix a bug in autoconf, also do this:
- prefix = @prefix@
-
- ### Location of binary
- EXEC_PREFIX = @exec_prefix@
-
- ### Location for help files
- HELPDIR = @HELPDIR@
-
- ### Do we have a GUI
- GUI_INC_LOC = @GUI_INC_LOC@
- GUI_LIB_LOC = @GUI_LIB_LOC@
- MOTIF_COMMENT = @MOTIF_COMMENT@
- ATHENA_COMMENT = @ATHENA_COMMENT@
- NARROW_PROTO = @NARROW_PROTO@
- GUI_X_LIBS = @GUI_X_LIBS@
-